.. _`Image to List`: .. _`syip.image2list`: Image to List ````````````` .. image:: image_list.svg :width: 48 Generates a list of images based on algorithms operating on one image Documentation ::::::::::::: Algorithms ========== **from channels** Generates a list of grayscale images from each channel in input image **from labels** Generates an image mask selecting each label in an image once :do background: If true include the background object (ID=0) Definition :::::::::: Input ports =========== **source** | Type: image | Description: source image Output ports ============ **results** | Type: [image] | Description: Resulting list of images Configuration ============= **Algorithm** (algorithm) (no description) **do background** (do background) (no description) Examples ======== The node can be found in: * :download:`Object_recognition_by_features.syx ` * :download:`Lists_of_images.syx ` * :download:`Snake_contours.syx ` Implementation ============== .. automodule:: node_imagelists :noindex: .. class:: ImageToList :noindex: